Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
steveklabnik
on Aug 11, 2020
|
parent
|
context
|
favorite
| on:
Single Page Applications using Rust
In some sense, that's the only thing you can do in the browser, as you have to execute JS to instantiate the wasm.
The code in this post actually uses import to dynamically import said JS that imports the wasm.
pier25
on Aug 11, 2020
[–]
Right, I guess the tooling would need to support code splitting into separated wasm modules like we do with Webpack or Rollup.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The code in this post actually uses import to dynamically import said JS that imports the wasm.