Discussion:
[chromium-discuss] can webassembly code run as plugin?
s***@gmail.com
2018-09-07 03:07:12 UTC
Permalink
I start study webassembly .I read that:"The wasm file is loaded
asynchronously through XHR." So,When I ran a webassembly program,have to
start a web server.But Can I wrap the codes in a plugin form ,and
distribute in chrome ?If yes,how can I do?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-09-07 12:55:03 UTC
Permalink
I have not tried WebAssembly but I do not remember reading about
limitations regarding extensions, so I guess you just put it in your
extension directory and load it using a normal relative URL using fetch()
or XMLHttpRequest.

☆*PhistucK*
Post by s***@gmail.com
I start study webassembly .I read that:"The wasm file is loaded
asynchronously through XHR." So,When I ran a webassembly program,have to
start a web server.But Can I wrap the codes in a plugin form ,and
distribute in chrome ?If yes,how can I do?
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
s***@gmail.com
2018-09-10 08:17:14 UTC
Permalink
thank you very much
Post by s***@gmail.com
I start study webassembly .I read that:"The wasm file is loaded
asynchronously through XHR." So,When I ran a webassembly program,have to
start a web server.But Can I wrap the codes in a plugin form ,and
distribute in chrome ?If yes,how can I do?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...