This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
refactor-codspeed
webpack
/
examples
/
wasm-simple
/
index.html
6 lines
73 B
HTML
Raw
Permalink
Normal View
History
Unescape
Escape
added WebAssembly Proof of Concept
2017-10-30 20:56:57 +08:00
<
html
>
<
body
>
add side-by-side wasm support based on async modules type: "webassembly/async-experimental" remove i64 importing limitation since it will have BigInt integration eventually update wasm example
2019-05-24 18:30:43 +08:00
<
script
src
=
"dist/output.js"
>
<
/
script
>
added WebAssembly Proof of Concept
2017-10-30 20:56:57 +08:00
<
/
body
>
<
/
html
>