Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
2632 days ago
WASM is originally designed for the sandbox, but it doesn't mean that all its practical applications have to be sandboxed.
1 comments
sitkack
2632 days ago
Wasm (not an acronym) assumes a sandbox, if an execution environment doesn't provide a sandbox it needs to clearly call that out.
This one clearly needs work in validating the Wasm sent to it.
link
BenjiWiebe
2631 days ago
Isn't it a combination of the first letter of Web and the common abbreviation for assembly language, ASM?
link
int_19h
2630 days ago
They're correct - it's an abbreviation (of Web assembly), but it's not an acronym, so "Wasm" is the proper casing.
link
This one clearly needs work in validating the Wasm sent to it.