<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=WebAssembly</id>
	<title>WebAssembly - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=WebAssembly"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=WebAssembly&amp;action=history"/>
	<updated>2026-04-06T07:51:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=WebAssembly&amp;diff=58707&amp;oldid=prev</id>
		<title>Ⅹ: Created page with &quot;WebAssembly or wasm is an efficient low-level bytecode format for in-browser client-side scripting. More at [https://en.wikipedia.org/wiki/WebAssembly Wikipedia]   Install and...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=WebAssembly&amp;diff=58707&amp;oldid=prev"/>
		<updated>2017-05-31T17:32:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;WebAssembly or wasm is an efficient low-level bytecode format for in-browser client-side scripting. More at [https://en.wikipedia.org/wiki/WebAssembly Wikipedia]   Install and...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;WebAssembly or wasm is an efficient low-level bytecode format for in-browser client-side scripting. More at [https://en.wikipedia.org/wiki/WebAssembly Wikipedia]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install and setup available at http://webassembly.org/getting-started/developers-guide/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ git clone https://github.com/juj/emsdk.git&lt;br /&gt;
$ cd emsdk&lt;br /&gt;
$ ./emsdk install sdk-incoming-64bit binaryen-master-64bit&lt;br /&gt;
$ ./emsdk activate sdk-incoming-64bit binaryen-master-64bit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Compiling on Arch in a virtual machine and on native hardware failed, using the following suceeded.&lt;br /&gt;
&lt;br /&gt;
https://github.com/kripken/emscripten/issues/2774&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo fallocate -l 2g /mnt/2GB.swap&lt;br /&gt;
sudo chmod 600 /mnt/2GB.swap &lt;br /&gt;
sudo mkswap /mnt/2GB.swap&lt;br /&gt;
sudo swapon /mnt/2GB.swap&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ⅹ</name></author>
	</entry>
</feed>